[INFO] fetching crate softfloat-sys-riscv 0.1.0...
[INFO] checking softfloat-sys-riscv-0.1.0 against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] extracting crate softfloat-sys-riscv 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate softfloat-sys-riscv 0.1.0
[INFO] finished tweaking crates.io crate softfloat-sys-riscv 0.1.0
[INFO] tweaked toml for crates.io crate softfloat-sys-riscv 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate softfloat-sys-riscv 0.1.0 on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding c99 v0.1.1 (available: v1.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `softfloat-sys-riscv` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b
[INFO] running `Command { std: "docker" "start" "8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `softfloat-sys-riscv` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling c99 v0.1.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling cc-version v0.1.0
[INFO] [stderr]    Compiling softfloat-sys-riscv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/lib.rs:336:73
[INFO] [stdout]     |
[INFO] [stdout] 336 |                   $(println!(concat!(stringify!($name), ": {:#X}"), $name as usize);)*
[INFO] [stdout]     |                                                                           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | /         link_functions!(
[INFO] [stdout] 340 | |             softfloat_detectTininess_read_helper,
[INFO] [stdout] 341 | |             softfloat_detectTininess_write_helper,
[INFO] [stdout] 342 | |             softfloat_roundingMode_read_helper,
[INFO] [stdout] ...   |
[INFO] [stdout] 569 | |             f128M_isSignalingNaN,
[INFO] [stdout] 570 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `link_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 336 |                 $(println!(concat!(stringify!($name), ": {:#X}"), $name as *const () as usize);)*
[INFO] [stdout]     |                                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.70s
[INFO] running `Command { std: "docker" "inspect" "8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b", kill_on_drop: false }`
[INFO] [stdout] 8f98baed3b00d43c271b184aa3d3c54d70686de9397868dd507586b872822d6b
